[INFO] cloning repository https://github.com/wictorwilen/onnx-http
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wictorwilen/onnx-http" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwictorwilen%2Fonnx-http", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwictorwilen%2Fonnx-http'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 100b7933ed193a2997b13dcaaed606ed04ad2344
[INFO] fixing wictorwilen/onnx-http against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwictorwilen%2Fonnx-http" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wictorwilen/onnx-http
[INFO] finished tweaking git repo https://github.com/wictorwilen/onnx-http
[INFO] tweaked toml for git repo https://github.com/wictorwilen/onnx-http written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wictorwilen/onnx-http on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wictorwilen/onnx-http already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/pykeio/ort.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rayon-cond v0.3.0
[INFO] [stderr]   Downloaded tokenizers v0.20.4
[INFO] [stderr]   Downloaded openssl-sys v0.9.113
[INFO] [stderr]   Downloaded openssl v0.10.77
[INFO] [stderr]   Downloaded ndarray v0.16.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a
[INFO] running `Command { std: "docker" "start" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking tokio v1.52.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling hmac-sha256 v1.1.14
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling lzma-rust2 v0.15.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling der v0.8.0
[INFO] [stderr]    Compiling webpki-root-certs v1.0.6
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling monostate-impl v0.1.18
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking monostate v0.1.18
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking spm_precompiled v0.1.4
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking rayon-cond v0.3.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Checking tokenizers v0.20.4
[INFO] [stderr]    Compiling ort-sys v2.0.0-rc.12 (https://github.com/pykeio/ort.git?branch=main#8724e89f)
[INFO] [stderr]     Checking ort v2.0.0-rc.12 (https://github.com/pykeio/ort.git?branch=main#8724e89f)
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking onnx-http v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `size` is never used
[INFO] [stdout]   --> src/model.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SessionPool {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn size(&self) -> usize {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `default_model_name` is never used
[INFO] [stdout]    --> src/model.rs:316:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl ModelRegistry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 316 |     pub fn default_model_name(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size` is never used
[INFO] [stdout]   --> src/model.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SessionPool {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn size(&self) -> usize {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `default_model_name` is never used
[INFO] [stdout]    --> src/model.rs:316:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl ModelRegistry {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 316 |     pub fn default_model_name(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.30s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a", kill_on_drop: false }`
[INFO] [stdout] cc3e202c09f0cd1137e058064a6fbe6ae05a65d1529865638e73a7d4a61e657a
